extend

@NonNull
abstract fun extend(@NonNull builder: @NonNull NotificationCompat.Builder): @NonNull NotificationCompat.Builder(source)

Apply this extender to a notification builder.

Return

the build object for chaining.

Parameters

builder

the builder to be modified.